home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / Xerox Workcentre 5335 / Setup.exe / MANIFEST / 1
Extensible Markup Language  |  2012-09-18  |  1KB  |  34 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <!-- Copyright (c) Microsoft Corporation -->
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.   <assemblyIdentity version="5.1.0.0"
  5.                     processorArchitecture="x86"
  6.                     name="Xerox.ClientSoftware.XAutorun"
  7.                     type="win32" />
  8.  
  9.   <description>Xerox Autorun Utility</description>
  10.  
  11.   <dependency>
  12.     <dependentAssembly>
  13.       <assemblyIdentity
  14.           type="win32"
  15.           name="Microsoft.Windows.Common-Controls"
  16.           version="6.0.0.0"
  17.           processorArchitecture="x86"
  18.           publicKeyToken="6595b64144ccf1df"
  19.           language="*"
  20.         />
  21.     </dependentAssembly>
  22.   </dependency>
  23.  
  24.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
  25.     <security>
  26.       <requestedPrivileges>
  27.         <requestedExecutionLevel
  28.           level="requireAdministrator"
  29.           />
  30.       </requestedPrivileges>
  31.     </security>
  32.   </trustInfo>
  33.  
  34. </assembly>